#crear proyecto
library(usethis)
create_project("~/Documents/r4ds2")
#instalr paquetes
install.packages("remotes")
remotes::install_github("curso-r/CursoR")
CursoR::instalar_dependencias()
# ver todas las bases de datos de R
#datasets::
#pacotes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.